chore: upgrade deps.#77
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #77 +/- ##
=======================================
Coverage 88.81% 88.81%
=======================================
Files 23 23
Lines 1707 1707
Branches 460 460
=======================================
Hits 1516 1516
Misses 54 54
Partials 137 137 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
This PR upgrades several development dependencies (@eslint/js, eslint, eslint-plugin-*, typescript-eslint, @playwright/test, @vitest/*, @knighted/duel, tar) and replaces two tools: http-server (removed) with serve, and madge (removed) with oxlint for circular-import detection. It also adds the cause property to a rethrown error for improved error chaining.
Changes:
- Replaced
http-serverwithservefor static file serving in Playwright test configuration and README; replacedmadgewithoxlint --import-pluginfor circular import detection. - Bumped multiple devDependencies to newer minor/patch versions; removed
@oxc-project/typesfrom the browser CDN fixture as it's no longer needed as an explicit import map entry there. - Added
cause: errorto the rethrownErrorinevaluateExpressionfor proper error chaining.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
package.json |
Version bumps for multiple devDependencies; replaces madge + http-server with oxlint + serve; updates cycles script |
playwright.config.ts |
Switches webServer commands from http-server to serve |
src/loader/README.md |
Updates manual preview command from http-server to serve |
test/fixtures/e2e.html |
Removes @oxc-project/types CDN modulepreload link and importmap entry |
src/runtime/shared.ts |
Adds cause: error to rethrown evaluation error |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.